home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20020314-20021006 / 000311_dkcombs@panix.com_Wed Aug 21 12:41:47 EDT 2002.msg < prev    next >
Text File  |  2002-10-06  |  6KB  |  192 lines

  1. Article: 13641 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!not-for-mail
  3. From: dkcombs@panix.com (David Combs)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.solaris
  5. Subject: Re: Problem switching from (ancient) shelltool to CDE's dttool (sol 9!)
  6. Date: Wed, 21 Aug 2002 16:14:52 +0000 (UTC)
  7. Organization: Public Access Networks Corp.
  8. Lines: 173
  9. Message-ID: <ak0e9s$jo0$1@reader2.panix.com>
  10. References: <ajts6m$v0$1@panix1.panix.com> <ajtsvn$gj1$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: panix3.panix.com
  12. X-Trace: reader2.panix.com 1029946492 20224 166.84.1.3 (21 Aug 2002 16:14:52 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Wed, 21 Aug 2002 16:14:52 +0000 (UTC)
  15. X-Newsreader: trn 4.0-test74 (May 26, 2000)
  16. Originator: dkcombs@panix.com (David Combs)
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13641 comp.unix.solaris:405193
  18.  
  19. Thanks for the reply, Frank!
  20.  
  21. I'll reply to your questions *as* I read it:
  22.  
  23.  
  24. In article <ajtsvn$gj1$1@watsol.cc.columbia.edu>,
  25. Frank da Cruz <fdc@columbia.edu> wrote:
  26. >In article <ajts6m$v0$1@panix1.panix.com>,
  27. >David Combs <dkcombs@panix.com> wrote:
  28. >: I just got a sunblade100, and have installed on it
  29. >: the just-released Solaris 9.  Nice OS, lots of
  30. >: nifty features, I'm told.
  31. >: 
  32. >: However, one big problem: no more support
  33. >: for shelltool, which, after years of threats
  34. >: from Sun, doesn't exist on 9.  (I'm now wearing
  35. >: a black armband!)
  36. >: 
  37. >: (I've read, in comp.unix.solaris, that you can't (either
  38. >: easily, or at all), move the solaris-7 (or 8) shelltool
  39. >: executable to 9 and have it work, because Sun has also
  40. >: removed various other things that are needed for
  41. >: shelltool to run.)
  42. >: 
  43. >: Anyway, it doesn't work too well; I think the
  44. >: immediate problems can be boiled down to solving
  45. >: this one problem:
  46. >: 
  47. >Define "it".  First you said you could not use shell tool
  48. >on Solaris 9, so what are you using instead?  dttool?
  49. >xtool? ...
  50.  
  51. Modem, extra disks, tape drive, etc, still hooked
  52. to sparc5 (has solaris 7), and was trying
  53. the dtterm there, to see what problems I'd have
  54. when I did move modem, etc, over to the blade100.
  55.  
  56.  
  57. >: (1) You say "ls -ls", and the screen (at my "shell
  58. >: account" at the other end, to which I'm dialing into via
  59. >: kermit) fills with, uh, ls-lines.
  60. >: 
  61. >: Now do "vi some-file" -- all those ls-lines are still
  62. >: there, just overlaid by the "black" chars in some-file.
  63. >: 
  64. >: You hit ^L -- nothing happens.
  65. >: 
  66. >: You exit or ^Z vi, and try ^L again; still nothing.
  67. >: 
  68. >: You type the cmd "clear"; nothing happens.
  69. >: 
  70.  
  71. >This would suggest that whatever you are using for a terminal
  72. >emulator on Solaris 9 is not the same terminal type as the
  73. >one you get with shell tool.  AND/OR that the host doesn't know
  74. >what type of terminal it is (what does "echo $TERM" on the
  75. >host say?) OR that the host has the terminal name but doesn't 
  76. >support it.  Or it supports it, but not correctly, etc etc.
  77.  
  78. >: (Could I 'research" this myself?  Doubtful --
  79. >: I've *never* yet been able to comprehend the
  80. >: ins and outs of serial communications, so much
  81. >: so that even after a few years of using kermit
  82. >: for my isp connection, I still get neither color
  83. >: nor eg french accents.  Maybe you have a cookbook
  84. >: way to enable that stuff, *without* my having to
  85. >: understand what's behind it?)
  86. >: 
  87. >C-Kermit has a manual that explains this stuff in great detail,
  88. >complete with pictures.
  89.  
  90. And it's one super book, has everything in it,
  91. features I've never heard of, nor (and here's
  92. how little I know) what use you'd make of such
  93. a feature.
  94.  
  95. Plus there's those addendums you've come out
  96. with.
  97.  
  98. But it seems to me that the stuff (to me) is so
  99. hairy that you'd have to know a fair bit just
  100. to read certain (many) parts.
  101.  
  102. Now, I do have these books by Stevens -- maybe
  103. it's high time that I learn some of this stuff, and
  104. then I might actually *understand* some of what
  105. your program is doing for me.
  106.  
  107. >For French accents, you have to get C-Kermit to (a) use 8-bit
  108. >characters ("set terminal byte 8") and (b) convert whatever
  109. >character-set the remote host uses for French to whatever
  110. >character-set your terminal emulator uses.
  111. >
  112. >For color, your terminal emulator (blah tool) has to support
  113. >it and the host needs to be told what kind of terminal you have
  114. >and needs to have a termcap/terminfo entry that knows about its
  115. >color capabilities AND applications that use that
  116. >termcap/terminfo (e.g. color ls) to do color presentations.
  117. >
  118. >- Frank
  119.  
  120. So I've got some studying to do, I guess.
  121.  
  122. You're saying that if I can get 8bit ascii
  123. being communicated, I can see the french
  124. stuff, and will see an e-accented-acute instead
  125. of the "i" I now get for it?
  126.  
  127. And the termcap/terminfo -- I guess that
  128. would be on the isp's machine, not mine?
  129.  
  130.  
  131. If you had your druthers, what kind of
  132. ..term would *you* use: dtterm vs xterm?
  133.  
  134.  
  135.  
  136. What do you suppose the problem is with the
  137. control-L not having the otherwise-universal
  138. effect of re-displaying the screen?
  139.  
  140.  
  141. Oh, and one more thing -- what chapters or page-ranges
  142. would you have me work on (in your c-kermit book)?
  143.  
  144. For someone like me who seems to know nothing,
  145. any particular order in which to read the
  146. chapters/sections or page-ranges you suggest?
  147.  
  148.  
  149. And FINALLY -- finally -- here's what I'm
  150. running now (sort of ancient; maybe not
  151. really):
  152.  
  153.  
  154. -----
  155.  
  156. show version
  157.  
  158. Versions:
  159.  C-Kermit 6.0.192, 6 Sep 96
  160.  Numeric: 600192
  161.  UNIX Communications support, 6.0.169, 6 Sep 96 for Solaris 2.x
  162.  UNIX File support, 6.0.115 6 Sep 96 for Solaris 2.x
  163.  C-Kermit Protocol Module 6.0.095, 6 Sep 96
  164.  C-Kermit functions, 6.0.133, 6 Sep 96
  165.  Command package 6.0.088, 6 Sep 96
  166.  User Interface 6.0.177, 6 Sep 96
  167.  Character Set Translation 6.0.024, 4 Jul 96
  168.  CONNECT Command for UNIX, 6.0.083, 6 Sep 96
  169.  Dial Command, 6.0.091, 6 Sep 96
  170.  Script Command, 6.0.028, 8 Feb 96
  171.  Network support, 6.0.078, 6 Sep 1996
  172.  
  173. /myexternals/home/dkc] C-Kermit>
  174.  
  175.  
  176. Oh -- a few months ago I did download
  177. this:
  178.  
  179.      drwxr-xr-x   2 dkc      staff       2048 \
  180.        Jul 28  2001 8.0-beta--cku200b02
  181.  
  182. , but never built it.  Would you prefer that
  183. I try to get that running, instead of using
  184. the v6?  
  185.  
  186. Or maybe something even newer?
  187.  
  188. Thanks!
  189.  
  190. David Combs
  191.  
  192.